Skip to content

Update all dependencies (main)#163

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-all
Open

Update all dependencies (main)#163
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 10, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action major v4v6 age confidence
actions/setup-java action major v4v5 age confidence
android-actions/setup-android action major v3v4 age confidence
gradle (source) major 8.11.19.5.1 age confidence
gradle/actions action major v4v6 age confidence
androidx.test.ext:junit dependencies minor 1.2.11.3.0 age confidence
androidx.test.espresso:espresso-core dependencies minor 3.6.13.7.0 age confidence
androidx.core:core-ktx (source) dependencies minor 1.15.01.18.0 age confidence
androidx.navigation:navigation-compose (source) dependencies minor 2.8.42.9.8 age confidence
androidx.lifecycle:lifecycle-viewmodel-compose (source) dependencies minor 2.8.72.10.0 age confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) dependencies minor 2.8.72.10.0 age confidence
androidx.activity:activity-compose (source) dependencies minor 1.9.31.13.0 age confidence
androidx.compose:compose-bom dependencies major 2024.11.002026.05.00 age confidence
org.jetbrains.kotlin.plugin.compose (source) plugin minor 2.1.02.3.21 age confidence
org.jetbrains.kotlin.android (source) plugin minor 2.1.02.3.21 age confidence
com.android.library (source) plugin major 8.1.49.2.1 age confidence
com.android.application (source) plugin major 8.1.49.2.1 age confidence
androidx.room:room-ktx (source) dependencies minor 2.6.12.8.4 age confidence
androidx.room:room-compiler (source) dependencies minor 2.6.12.8.4 age confidence
androidx.room:room-runtime (source) dependencies minor 2.6.12.8.4 age confidence
com.google.devtools.ksp (source) plugin minor 2.1.0-1.0.292.3.7 age confidence

Release Notes

actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v5

Compare Source

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Fix: Disable sparse checkout whenever sparse-checkout option is not present @​dscho in #​1598

v4.1.1

Compare Source

v4.1.0

Compare Source

actions/setup-java (actions/setup-java)

v5.2.0

Compare Source

What's Changed
Enhancement
Documentation Changes
Dependency Updates
New Contributors

Full Changelog: actions/setup-java@v5...v5.2.0

v5.1.0

Compare Source

What's Changed
New Features
Bug Fixes & Improvements
Documentation changes
Dependency updates
New Contributors

Full Changelog: actions/setup-java@v5...v5.1.0

v5.0.0

Compare Source

What's Changed

Breaking Changes

Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes

Dependency Upgrades
Bug Fixes

New Contributors

Full Changelog: actions/setup-java@v4...v5.0.0

v5

Compare Source

v4.8.0

Compare Source

What's Changed

Full Changelog: actions/setup-java@v4...v4.8.0

v4.7.1

Compare Source

What's Changed

Documentation changes
Dependency updates:

Full Changelog: actions/setup-java@v4...v4.7.1

v4.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-java@v4...v4.7.0

v4.6.0

Compare Source

What's Changed

Add-ons:

 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: ‘jetbrains’
     java-version: '21'

Bug fixes:

New Contributors

Full Changelog: actions/setup-java@v4...v4.6.0

v4.5.0

Compare Source

What's Changed
Bug fixes:
New Contributors:

Full Changelog: actions/setup-java@v4...v4.5.0

v4.4.0

Compare Source

What's Changed

Add-ons :

steps:
 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: 'graalvm'
     java-version: '21'
  • Add workflow file for publishing releases to immutable action package by @​Jcambass in #​684

Bug fixes :

  • Add architecture to cache key by @​Zxilly in #​664
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
    Note: This change may break previous cache keys as they will no longer be compatible with the new format.
  • Resolve check failures by @​aparnajyothi-y in #​687

New Contributors

Full Changelog: actions/setup-java@v4...v4.4.0

v4.3.0

Compare Source

What's Changed

steps:
 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: 'sapmachine'
     java-version: '21'

Bug fixes :

New Contributors :

Full Changelog: actions/setup-java@v4...v4.3.0

v4.2.2

Compare Source

What's Changed


Bug fixes:
Documentation changes
Dependency updates:

Full Changelog: actions/setup-java@v4...v4.2.2

v4.2.1

Compare Source

What's Changed

Full Changelog: actions/setup-java@v4...v4.2.1

v4.2.0

Compare Source

What's Changed

New Contributors

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-java@v4...v4.1.0

android-actions/setup-android (android-actions/setup-android)

v4.0.1

Compare Source

Update npm dependencies

v4.0.0

Compare Source

Hello,

The long awaited update of setup-android.

Incrementing major version to safeguard incase node upgrade or default cmdline-tools upgrade breaks something downstream.

v4

Compare Source

v3.2.2

Compare Source

Add support for cmdline-tools versions 12, 13, and 16 by @​warting in #​493 .

Updated npm dependencies

v3.2.1

Compare Source

Updated dependencies

v3.2.0

Compare Source

Implement 'packages' input argument, which allows choosing which packages to install from Android SDK

v3.1.0

Compare Source

Allow installing different Android SDK versions.
Allow silent license agreement.

gradle/gradle (gradle)

v9.5.1

Compare Source

v9.5.0

Compare Source

v9.4.1: 9.4.1

Compare Source

The Gradle team is excited to announce Gradle 9.4.1.

Here are the highlights of this release:

  • Java 26 support
  • Non-class-based JVM tests
  • Enhanced console progress bar

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
akankshaa-00,
Attila Kelemen,
Björn Kautler,
dblood,
Dennis Rieks,
duvvuvenkataramana,
John Burns,
Julian,
kevinstembridge,
Niels Doucet,
Philip Wedemann,
ploober,
Richard Hernandez,
Roberto Perez Alcolea,
Sebastian Lövdahl,
stephan2405,
Stephane Landelle,
Ujwal Suresh Vanjare,
Victor Merkulov,
Vincent Potuček,
Vladimir Sitnikov.

Upgrade instructions

Switch your build to use Gradle 9.4.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.4.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v9.4.0: 9.4.0

Compare Source

The Gradle team is excited to announce Gradle 9.4.0.

Here are the highlights of this release:

  • Java 26 support
  • Non-class-based JVM tests
  • Enhanced console progress bar

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
akankshaa-00,
Attila Kelemen,
Björn Kautler,
dblood,
Dennis Rieks,
duvvuvenkataramana,
John Burns,
Julian,
kevinstembridge,
Niels Doucet,
Philip Wedemann,
ploober,
Richard Hernandez,
Roberto Perez Alcolea,
Sebastian Lövdahl,
stephan2405,
Stephane Landelle,
Ujwal Suresh Vanjare,
Victor Merkulov,
Vincent Potuček,
Vladimir Sitnikov.

Upgrade instructions

Switch your build to use Gradle 9.4.0 by updating your wrapper:

./gradlew wrapper --gradle-version=9.4.0 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v9.3.1: 9.3.1

Compare Source

This is a patch release for 9.3.0. We recommend using 9.3.1 instead of 9.3.0.

The following issues were resolved:

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 9.3.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.3.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v9.3.0: 9.3.0

Compare Source

The Gradle team is excited to announce Gradle 9.3.0.

Here are the highlights of this release:

  • Test reporting improvements
  • Error and warning improvements
  • Build authoring improvements

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Adam,
Aharnish Solanki,
Andrzej Zabost,
Björn Kautler,
Boris Petrov,
Jendrik Johannes,
Kamil Krzywanski,
KANAKALA SAI KIRAN,
Megmeehey,
NurmukhametovAlexey,
Philip Wedemann,
Piotr Kubowicz,
Samay Kumar,
Shin Minjun,
Stefan Oehme,
Vincent Potuček,
Yongshun Ye.

Upgrade instructions

Switch your build to use Gradle 9.3.0 by updating your wrapper:

./gradlew wrapper --gradle-version=9.3.0 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v9.2.1: 9.2.1

Compare Source

The Gradle team is excited to announce Gradle 9.2.1.

Here are the highlights of this release:

  • Windows ARM support
  • Improved publishing APIs
  • Better guidance for dependency verification failures

Read the Release Notes

We would like to than

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update all dependencies 8.1.4 to v8.7.3 (main) Update all dependencies (main) Dec 11, 2024
@renovate renovate Bot force-pushed the renovate/main-all branch from 4766165 to a59538e Compare December 11, 2024 18:55
@renovate renovate Bot force-pushed the renovate/main-all branch from a59538e to 78dab9e Compare December 20, 2024 19:35
@renovate renovate Bot force-pushed the renovate/main-all branch 2 times, most recently from b0ed411 to 5fbc5f7 Compare January 15, 2025 20:42
@renovate renovate Bot force-pushed the renovate/main-all branch 4 times, most recently from 34c0e19 to 3a1c175 Compare January 30, 2025 13:15
@renovate renovate Bot force-pushed the renovate/main-all branch 3 times, most recently from 14206b4 to 5eff4c4 Compare February 14, 2025 07:47
@renovate renovate Bot force-pushed the renovate/main-all branch 4 times, most recently from bc3b2b4 to d06560c Compare February 27, 2025 20:11
@renovate renovate Bot force-pushed the renovate/main-all branch from d06560c to 563aa45 Compare March 4, 2025 18:51
@renovate renovate Bot force-pushed the renovate/main-all branch 3 times, most recently from 8a1a23f to d9f8969 Compare March 21, 2025 02:38
@renovate renovate Bot force-pushed the renovate/main-all branch 2 times, most recently from b23f808 to 799d9f4 Compare March 26, 2025 23:39
@renovate renovate Bot force-pushed the renovate/main-all branch 2 times, most recently from 506c2a1 to 86fc9f4 Compare April 9, 2025 20:03
@renovate renovate Bot force-pushed the renovate/main-all branch 4 times, most recently from 7988b6b to dfed158 Compare April 25, 2025 12:26
@renovate renovate Bot force-pushed the renovate/main-all branch 2 times, most recently from d0adc16 to 2636c4a Compare May 6, 2025 19:31
@renovate renovate Bot force-pushed the renovate/main-all branch 3 times, most recently from 82cbe1c to b0092d9 Compare June 25, 2025 23:28
@renovate renovate Bot force-pushed the renovate/main-all branch 2 times, most recently from 03f325d to bda48b6 Compare July 4, 2025 16:17
@renovate renovate Bot force-pushed the renovate/main-all branch 3 times, most recently from 25efeec to 13fcd2e Compare July 17, 2025 19:10
@renovate renovate Bot force-pushed the renovate/main-all branch 4 times, most recently from ef863b8 to daff215 Compare July 31, 2025 23:51
@renovate renovate Bot force-pushed the renovate/main-all branch 3 times, most recently from e8e9b51 to 5222457 Compare August 15, 2025 02:53
@renovate renovate Bot force-pushed the renovate/main-all branch 2 times, most recently from 8b9c825 to 71c1486 Compare August 21, 2025 05:49
@renovate renovate Bot force-pushed the renovate/main-all branch 2 times, most recently from 1a8b7e4 to 8c4326b Compare August 31, 2025 10:25
@renovate renovate Bot force-pushed the renovate/main-all branch 4 times, most recently from 87b5a11 to 7192a5c Compare September 12, 2025 04:04
@renovate renovate Bot force-pushed the renovate/main-all branch 2 times, most recently from 7250640 to 1dbd008 Compare September 18, 2025 18:04
@renovate renovate Bot force-pushed the renovate/main-all branch from 1dbd008 to 6a6dbb4 Compare September 24, 2025 18:29
@renovate renovate Bot force-pushed the renovate/main-all branch 3 times, most recently from dd0d65e to 13d2fd4 Compare October 8, 2025 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants